Add a constraint editor demo
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jun 2019 13:25:30 +0000 (13:25 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 30 Jun 2019 23:10:11 +0000 (00:10 +0100)
commit514de0b91a34e90166a2f4a35ff29a0558590f1d
tree583b8430d0974308f8c91bf645a1b4e000f566a0
parent9a463056d02226a3232dbdceda281a0f4c02a743
Add a constraint editor demo

This is an initial cut at providing a tool
for interactive exploration of constraints.
20 files changed:
demos/constraint-editor/constraint-editor-application.c [new file with mode: 0644]
demos/constraint-editor/constraint-editor-application.h [new file with mode: 0644]
demos/constraint-editor/constraint-editor-window.c [new file with mode: 0644]
demos/constraint-editor/constraint-editor-window.h [new file with mode: 0644]
demos/constraint-editor/constraint-editor-window.ui [new file with mode: 0644]
demos/constraint-editor/constraint-editor.c [new file with mode: 0644]
demos/constraint-editor/constraint-editor.css [new file with mode: 0644]
demos/constraint-editor/constraint-editor.gresource.xml [new file with mode: 0644]
demos/constraint-editor/constraint-editor.h [new file with mode: 0644]
demos/constraint-editor/constraint-editor.ui [new file with mode: 0644]
demos/constraint-editor/constraint-view-child.c [new file with mode: 0644]
demos/constraint-editor/constraint-view-child.h [new file with mode: 0644]
demos/constraint-editor/constraint-view.c [new file with mode: 0644]
demos/constraint-editor/constraint-view.h [new file with mode: 0644]
demos/constraint-editor/guide-editor.c [new file with mode: 0644]
demos/constraint-editor/guide-editor.h [new file with mode: 0644]
demos/constraint-editor/guide-editor.ui [new file with mode: 0644]
demos/constraint-editor/main.c [new file with mode: 0644]
demos/constraint-editor/meson.build [new file with mode: 0644]
demos/meson.build